Dev/eglaser clang tidy solo#334
Conversation
|
Thank you @ethanglaser , I will base #328 on this. |
@rfsaliev no problem - I think I finally got the clang tidy installed and functioning as intended. Feel free to branch off of this / rebase #328 on here if you want to continue progress. I can also work through the clang-tidy resolutions if you're busy with other stuff. |
| # version is the cause of the template crash. Pin setuptools <81 because the | ||
| # wheel's wrapper imports pkg_resources, which setuptools 81 removed. | ||
| # Remove once resolved. | ||
| pip install 'setuptools<81' clang-tidy==17.0.1 |
There was a problem hiding this comment.
According to internet resources, the build error:
/workspace/include/svs/lib/threads/threadpool.h:31:10: error: 'omp.h' file not found [clang-diagnostic-error]
Might be caused by missed clang version of OpenMP development package (e.g. libomp-17-dev).
Please update build files to enable OpenMP for clang-tidy.
|
This clang-tidy error: |
Do you know which version would support this? I have it at 17 because that is what Meta mentioned they were using, but can be flexible on this |
No description provided.